@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a.text-white:hover, .text-white a:hover {
  text-decoration: none;
  color: #00a517;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
}

#cd-nav {
  z-index: 99999;
}

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

#scrollUp:hover {
  cursor: pointer;
  background: #00a517;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#scrollUp {
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #e5e5e5;
  text-align: center;
  padding: 10px 15px;
  font-size: 24px;
}

/*常用css样式*/
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}
textarea{
	border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.top {
  background-color: #fff;
  z-index: 9999;
}

.text-white {
  color: #fff !important;
}

.nav-active {
  color: #00a517 !important;
  border-bottom-color: #00a517 !important;
}

.bread, .footer {
  padding: 10px 0;
  background-color: #f5f5f5;
}

.bread-title {
  font-size: 24px;
  color:#00a517;
}

.language {
  background-color: #00a517;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0 !important;
  margin-left: 30px;
}

.text-green {
  color: #00a517;
}


.margin-top-30 {
  margin-top: 30px;
}

.margin-top-60 {
  margin-top: 60px;
}

/* 首页 */
.home-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.pro-bg {
  background-image: url(../../images/pro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.home-pro-active {
  background-color: #00a517;
  color: #fff;
}

.home-pro-btn {
  line-height: 40px;
  cursor: pointer;
}

.home-pro-btn:hover {
  background-color: #00a517;
  color: #fff;
}

.home-pro-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}

.home-pro-title {
  background-color: #fff;
  padding: 15px 10px;
}

.home-pro-item {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 30px;
}

.home-pro-btns {
  background-color: #a5a5a5;
  padding: 5px 10px;
  color: #fff;
}

.home-pro-btns:hover, .home-pro-item:hover .home-pro-btns {
  background-color: #00a517;
  color: #fff;
}

.home-pro-name {
  font-size: 16px;
  margin-bottom: 15px;
}

.home-view-more a {
  background-color: #00a517;
  color: #fff;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
  padding: 9px 15px;
}

.home-pro-list {
  display: none;
}

.home-news-title {
  font-size: 18px;
}

.home-news-list {
  overflow: hidden;
  margin-bottom: 30px;
}

.home-news-time {
  margin: 5px 0;
}

.home-news-des {
  color: #6b6b6b;
}

.swiper-news .swiper-slide {
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.swiper-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  padding-left: 15px;
}

.home-news-arr {
  background-color: #00a517;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 90px;
  line-height: 40px;
  /* padding: 4px 0; */
}

.home-news-btn {
  width: 50%;
  /* font-size: 32px; */
  cursor: pointer;
}

.home-news-btn:hover,.home-about-btn:hover, .home-about-arr:hover {
  background-color: #028014;
  color:#fff;
}

.border-right {
  border-right: 1px solid #fff;
}

.home-about {
  background-image: url(../../images/company-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

.home-about-title {
  font-size: 32px;
}

.home-about-info {
  line-height: 24px;
  margin-top: 20px;
  letter-spacing: .5px;
  font-size: 14px;
}

.home-about-btn, .home-about-arr {
  background-color: #00a517;
  margin-left: 15px;
  line-height: 40px;
}

.home-about-btn {
  padding: 0 30px;
}

.home-about-arr {
  padding: 0 10px;
}
.home-map{
  background-color: #f5f5f5;
  padding:15px 0;
}
#allmap img {
  max-width: inherit !important;
}

.footer {
  background-color: #333;
  padding: 20px 0;
}

.footer-nav-title {
  font-size: 18px;
}

.footer-nav-list {
  padding-left: 15px;
  margin: 5px 0;
}

.copyright {
  background-color: #000;
  line-height: 40px;
  overflow: hidden;
}

/* 关于 */
.bread .col-sm-3 {
  padding: 0 15px;
  float: left;
  line-height: 34px;
}

.btn-block {
  display: block;
  margin: auto;
  border: 1px solid #00a517;
  line-height: 34px;
  border-radius: 17px;
  color: #00a517;
}

.bread-active {
  background-color: #00a517;
  border-color: #00a517 !important;
  color:white;
}
.bread-active:hover{
	color:yellow;
}
.page-about, .show-news-info {
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: .5px;
  margin-bottom:30px;
  overflow:hidden;
}
.show-pro{
	padding-top:15px;
	border-top:1px solid #f5f5f5;
	overflow:hidden;
	margin-top:20px;
}
.text-white, .text-white a {
  color: #fff;
}

.left-item {
  line-height: 50px;
  padding: 0 15px;
  font-size: 24px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 54px;
  float: right;
}

.left-item:hover {
  width: 70px;
}

/* 新闻 */
.news-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
}

.news-title {
  color: #333;
  font-size: 24px;
}

.news-info {
  color: #777;
  padding: 15px 0;
  overflow: hidden;
}

.news-info i {
  color: #bfbfbf;
  padding-right: 5px;
}

.news-i {
  padding-top: 30px;
}

.border-right {
  border-right: 1px solid #d9d9d9;
}

.news-des {
  color: #666;
  margin-bottom: 20px;
}

.news-btn-block {
  border: 1px solid #d9d9d9;
  color: #666;
  padding: 10px 30px;
  display: block;
  float: left;
}

.news-list {
  overflow: hidden;
  margin-bottom: 20px;
}

.news-btn-block:hover {
  color: #fff;
  background-color: #e6a13e;
  border-color: #e6a13e;
}

.show-news-des {
  border-left: 4px solid #e6a13e;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}

.next {
  padding: 20px 0;
  background-color:#f5f5f5;
}

.category-news {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px !important;
}

.cate-news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  padding: 10px 15px;
}

.cate-news-name {
  color: #444;
  font-size:16px;
}

.cate-news-time {
  color: #777;
}

.cate-news-list {
  overflow: hidden;
  margin-bottom: 20px;
}

#cate-news {
  padding: 30px 0;
}

/* 资质荣誉 */
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.partner-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 120px;
  padding: 5px;
  text-align: center;
}

.li-img {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
}

.li-img img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.li-img:hover img {
  transform: scale(1.2);
}

.product-container a, .li-img a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.partner-container a {
  display: table-cell;
  width: 100%;
  height: 120px;
  vertical-align: middle;
}

.product-container a img, .li-img a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.partner-container a img {
  max-width: 100%;
  max-height: 120px;
  margin: 0 auto;
}

.product-name, .honor-name {
  border: 1px solid #ddd;
  border-top: none;
  line-height: 32px;
  margin-bottom: 30px;
}

/* 关于我们 page-about */
.about-brand {
  font-size: 24px;
}

.brand-line {
  width: 50px;
  height: 4px;
  background-color: #e12329;
  margin: 10px auto 30px auto;
}

.about-slogan {
  font-size: 24px;
  color: #e12329;
}

.about-en {
  font-size: 32px;
  color: #ddd;
  padding-top: 20px;
  padding-bottom: 30px;
}

.about-des {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .7px;
  color: #555;
}

.btn-about {
  border-radius: 0;
  padding: 6px 20px;
}
.show-news-info table{
	width:100% !important;
	border: 1px solid #ddd !important;
}
.show-news-info tr,.show-news-info td{
	border: 1px solid #ddd !important;
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
#pages{
	clear:both;
}
#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #00a517;
    background-color: #00a517;
}
.pro-word-item{
	overflow: hidden;
	border-bottom:1px dashed #ddd;
	padding:15px 0;
}
.pro-word-title{
	font-size:16px;
	line-height:32px;
	border: 1px solid transparent;
	 -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-align:center;
}
.pro-word-title:hover{
	border:1px dashed #00a517;
	color:#00a517;
}
.product-word:hover{
	background-color:#f7f7f7;
}
.pro-word-item .home-view-more{
	margin-top:15px;
}
.home-view-more a:hover{
	background-color:#095a14;
}
/* 2019年4月28日11:37:41 */
.home-bt{
	padding:0;
}
@media(max-width:768px){
	.row{
		padding:0;
	}
	body{
		padding-top:60px;
	}
	.margin-top-60{
		margin-top:30px;
	}
	.product-container,.product-container a{
		height:150px;
	}
	.product-container a img, .li-img a img{
		max-height:140px;
	}
	.row{
		padding:0 10px;
	}
	
}
.zz img{
	max-height:40px;
}